Problem Note 68285: The SAS® Risk Governance Framework refreshes the screen slowly for a business object after you change a field on the screen
When you edit a business object in the SAS Risk Governance Framework, the screen might refresh slowly after you make a change to a field on the screen.
This problem occurs when the change triggers updates to other fields through an <on-change> event in the screen definition file. You are more likely to see the issue when the screen is complex or when the <on-change> element invokes multiple functions. The web application evaluates each change in an <on-change> event through a separate REST call, resulting in increased input/output and reduced performance.
Click the Hot Fix tab in this note to access the hot fix for this issue.
With this hot fix, the SAS Risk Governance Framework processes all changes for an <on-change> event in a single REST call, resulting in improved performance.
A new configuration property can also improve performance by compressing the data that is sent to the server. With this property, you can specify that a request containing data larger than a specified threshold should be compressed:
monitor.ui.gzipCompressionThreshold = numeric-threshold (in bytes)
The valid values for the new property are as follows:
- 0: Enable compression of all requests to the server
- -1: Disable compression of requests to the server
- numeric-threshold: Compress requests that are larger than the specified number of bytes.
The default value for the property is 50000.
Operating System and Release Information
SAS System | SAS Risk Governance Framework | Microsoft Windows Server 2012 R2 Std | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows Server 2012 Std | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows Server 2016 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Windows 7 Enterprise 32 bit | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Windows 7 Enterprise x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Windows 7 Home Premium 32 bit | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows Server 2012 R2 Datacenter | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows Server 2012 Datacenter | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows Server 2008 for x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows Server 2008 R2 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows Server 2008 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows 10 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows 8.1 Pro x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows 8.1 Pro 32-bit | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows 8.1 Enterprise x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows 8.1 Enterprise 32-bit | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows 8 Pro x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows 8 Pro 32-bit | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows 8 Enterprise x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft Windows 8 Enterprise 32-bit | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Microsoft® Windows® for x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Windows 7 Home Premium x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Windows 7 Professional 32 bit | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Windows 7 Professional x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Windows 7 Ultimate 32 bit | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Windows 7 Ultimate x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
Linux for x64 | 7.4 | 7.5 | 9.4 TS1M5 | 9.4 TS1M8 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2023-02-14 15:46:55 |
Date Created: | 2021-08-19 17:16:52 |